home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TINTERFACEPREFSFRAME / TINTERFACEPREFSFRAME.txt
Text File  |  2008-11-03  |  2KB  |  102 lines

  1. inherited InterfacePrefsFrame: TInterfacePrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'General_Options'
  4.   Caption = 'General'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 3
  7.   end
  8.   object HomeGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 73
  13.     Caption = 'Home view'
  14.     TabOrder = 0
  15.     object SessionAutoSavedCapacityLbl: TUiLabel
  16.       Left = 64
  17.       Top = 44
  18.       Height = 13
  19.       Caption = 'max auto-saved sessions'
  20.       FocusControl = SessionAutoSavedCapacityEdit
  21.     end
  22.     object HomeManageEdit: TUiCheckBox
  23.       Left = 8
  24.       Top = 20
  25.       Height = 17
  26.       Caption = 'Include session management'
  27.       TabOrder = 0
  28.       OnClick = SomethingChangedClick
  29.     end
  30.     object SessionAutoSavedCapacityEdit: TUiSpinEdit
  31.       Left = 8
  32.       Top = 40
  33.       Width = 50
  34.       Height = 21
  35.       TabOrder = 1
  36.       OnChange = SomethingChangedClick
  37.     end
  38.   end
  39.   object MiscGroupBox: TUiGroupBox
  40.     Left = 8
  41.     Top = 88
  42.     Width = 409
  43.     Height = 105
  44.     Caption = 'Interface'
  45.     TabOrder = 1
  46.     object ShowCaptionsEdit: TUiCheckBox
  47.       Left = 8
  48.       Top = 20
  49.       Height = 17
  50.       Caption = 'Large buttons with text labels'
  51.       TabOrder = 0
  52.       OnClick = SomethingChangedClick
  53.     end
  54.     object ShowHintsEdit: TUiCheckBox
  55.       Left = 8
  56.       Top = 40
  57.       Height = 17
  58.       Caption = 'Show hints for toolbar buttons, etc.'
  59.       TabOrder = 1
  60.       OnClick = SomethingChangedClick
  61.     end
  62.     object HintShortCutsEdit: TUiCheckBox
  63.       Left = 24
  64.       Top = 60
  65.       Height = 17
  66.       Caption = 'Show keyboard shortcut in hints'
  67.       TabOrder = 2
  68.       OnClick = SomethingChangedClick
  69.     end
  70.     object EscCloseEdit: TUiCheckBox
  71.       Left = 8
  72.       Top = 80
  73.       Height = 17
  74.       Caption = 'ESC key closes file views'
  75.       TabOrder = 3
  76.       OnClick = SomethingChangedClick
  77.     end
  78.   end
  79.   object SharedSessionFilenameGroupBox: TUiGroupBox
  80.     Left = 8
  81.     Top = 200
  82.     Width = 409
  83.     Height = 49
  84.     Caption = 'Shared sessions file'
  85.     TabOrder = 2
  86.     object SharedSessionFilenameBtn: TUiBrowseSpeedButton
  87.       Left = 376
  88.       Top = 19
  89.       BrowseEdit = SharedSessionFilenameEdit
  90.     end
  91.     object SharedSessionFilenameEdit: TUiBrowseEdit
  92.       Left = 8
  93.       Top = 20
  94.       Width = 361
  95.       Height = 21
  96.       TabOrder = 0
  97.       OnChange = SomethingChangedClick
  98.       OnBrowse = SharedSessionFilenameBrowse
  99.     end
  100.   end
  101. end
  102.